Interfacing StartPanel to a TCP stack is fairly simple provided you follow
these steps:
- Make sure you have obtained scripts (Arexx or shell) which allow you
to take your TCP stack online or offline and open it's preferences
window. Scripts for Miami are included in the StartPanel distribution.
- Start StartPanelPrefs and select the Network page.
![StartPanelPrefs Network](images/prefs_net.png) |
- Enter the script names into the relevant string gadgets, remember to
add rexxc:rx before any arexx scripts. The screenshot on the left
shows an example using the included Miami scripts, click on it
for a large view.
- Save the StartPanel preferences
|
Now you can use the StartPanel net icon and net menu to conrol your
TCP/IP stack, but you still need to get your stack to tell StartPanel
when it has gone on or offline using StartPanel's arexx port. This
can be done directly using the facilities provided by your stack -
for example, you can put
rx "address STARTPANEL online"
in the "online" event in Miami's Events settings - or you can send the
arexx command from any script. This is likely to vary considerably
from setup to setup, if you are unsure how to send StartPanel the
necessary arexx messages then contact me and I will try to help.
|